In our previous video, we discussed how to create a driver for the Raspberry Pi. Doing this gave us code execution in the Kernel so that we could legally access addresses otherwise forbidden in user space. In this video, I show you all how to create an interface between the user and the drive via the procfs filesystem. Doing this allows us to access the driver and send data to it from the command line. In my next video, we finish up the driver and control the GPIO pins via our driver from the command line: all in C/C++! Drop a like and subscribe to be alerted when new videos go out. Code: https://github.com/lowlevellearning/lll-gpio-driver Support me on Patreon: https://www.patreon.com/lowlevellearning Follow me on Twitter: https://twitter.com/lowlevellearni1 Follow me on Twitch: https://twitch.tv/lowlevellearning Join me on Discord!: https://discord.gg/gZhRXDdBYY